home *** CD-ROM | disk | FTP | other *** search
/ Champak 78 / (Vol 78) My Disc.iso / Games / move_on_up.swf / scripts / DefineButton2_744 / BUTTONCONDACTION on(keyPress Space).as next >
Text File  |  2008-10-28  |  110b  |  6 lines

  1. on(keyPress "<Space>"){
  2.    root.kvEvent(641);
  3.    _global.soundManager.playSound("snd_btn");
  4.    play();
  5. }
  6.